|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IContext
A registry of service objects indexed by identifier.
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.vtp.framework.core.IReporter |
|---|
SEVERITY_DEBUG, SEVERITY_ERROR, SEVERITY_INFO, SEVERITY_WARN |
| Method Summary | |
|---|---|
java.lang.Object |
lookup(java.lang.String identifier)
Looks up the service selected for the specified identifier or null if no such service exists. |
java.lang.Object[] |
lookupAll(java.lang.String identifier)
Returns an array containing all the services registered under the specified identifier. |
| Methods inherited from interface org.eclipse.vtp.framework.core.ILogger |
|---|
debug, debug, debug, debug, error, error, error, error, info, info, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, log, log, log, log, warn, warn, warn, warn |
| Methods inherited from interface org.eclipse.vtp.framework.core.IReporter |
|---|
isSeverityEnabled, report, report, report, report |
| Method Detail |
|---|
java.lang.Object lookup(java.lang.String identifier)
throws java.lang.NullPointerException
null if no such service exists.
identifier - The identifier of the service to look up.
null if no such service exists.
java.lang.NullPointerException - If the supplied identifier is
null.
java.lang.Object[] lookupAll(java.lang.String identifier)
throws java.lang.NullPointerException
identifier - The identifier of the services to look up.
java.lang.NullPointerException - If the supplied identifier is
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||